@charset "utf-8";
/* CSS Document */

.saat-kart img {
    width: 250px;  
    height: 250px; 
    object-fit: contain; 
    margin-bottom: 15px;
}

body {
    background-color: #0a0a0a; 
    color: #ffffff; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}


header {
    background:#0a0a0a;
    padding: 40px 0;
    text-align: center;
    border-bottom: 3px solid #39FF14; 
}

header h1 {
    font-size: 36px;
    text-transform: uppercase; 
    letter-spacing: 3px; 
    color: #39FF14;
    text-shadow: 0 0 10px rgba(57, 255, 20, 0.7); 
}


.saat-konteynir {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center;
    gap: 40px; 
    padding: 50px 20px;
}


.saat-kart {
    background: rgba(255, 255, 255, 0.05); 
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease; 
    width: 280px;
    border: 1px solid rgba(57, 255, 20, 0.1);
}


.saat-kart img {
    width: 250px;
    height: 250px;
    object-fit: contain; 
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
    transition: transform 0.3s ease;
}


.saat-kart:hover {
    background: rgba(57, 255, 20, 0.1); 
    border-color: #39FF14;
    transform: translateY(-10px); 
    box-shadow: 0 0 30px rgba(57, 255, 20, 0.3); 
}

.saat-kart:hover img {
    transform: scale(1.1) rotate(5deg); 
}


.saat-kart a {
    text-decoration: none; 
    color: white;
}

.saat-kart p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

.hazirlayan {
    position: fixed; 
    bottom: 20px;    
    left: 20px;      
    background: rgba(57, 255, 20, 0.1); 
    padding: 10px 15px;
    border-left: 3px solid #39FF14; 
    border-radius: 5px;
    z-index: 1000;   
}

.hazirlayan p {
    margin: 0;
    font-size: 14px;
    color: #39FF14; 
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.bilgi-kart{
	background: rgba(26, 92, 26, 0.2);
	border-left:5px solid #39FF14;
	padding: 20px;
	max-width:800px;
	border-radius:0 15px 15px 0;
	transition:0.5s;
}

.bilgi-kart:hover{
	background: rgba(57, 255, 20, 0.1);
	transform: scale(1.05);
}

.tarih{
	color:#39FF14;
	font-weight: bold;
	font-size:1.2rem;
	margin-bottom:10px;
}

.bolum-basligi {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    color: #ff4d4d;
    margin: 50px 0 30px 0;
}

.dusman-konteynir {
    clear: both;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 30px;
    width: 100%;
}

.dusman-kart {
	display:flex;
	align-items: center;
	background: rgba(30, 0, 0, 0.7);
	border:2px solid #ff4d4d;
	border-radius: 20px;
	width:80%;
	max-width:900px;
	padding:20px;
	transition:0.03;
}

.dusman-kart:hover{
	transform:translateX(15px);
	box-shadow:0 0 25px rgba(255, 77, 77, 0.5);
}

.dusman-kart img{
	width:150px;
	height:150px;
	border-radius:50%;
	border:3px solid #ff4d4d;
	margin-bottom:25px;
	object-fit: cover;
}

.dusman-bilgi p {
	color: #cccccc;
	line-height: 1.6;
}

.tablo-konteynir {
    padding: 40px;
    display: flex;
    justify-content: center;
}

table {
    width: 90%;
    max-width: 1000px;
    border-collapse: collapse; 
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border: 2px solid #39FF14;
    font-family: Arial, sans-serif;
}

th, td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #1a5c1a; 
}

th {
    background-color: #1a5c1a; 
    color: #39FF14;
    text-transform: uppercase;
}

tr:hover {
    background-color: rgba(57, 255, 20, 0.1); 
}

.yukari-cik {
    position: fixed; 
    bottom: 30px;  
    right: 30px;     
    width: 50px;     
    height: 50px;
    background-color:#060; 
    border: 2px solid white;
    border-radius: 50%;
    z-index: 9999;   
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.yukari-cik img{
	width:40px;
	height:40px;
}

.yukari-cik:hover{
	transform: scale(1);
	background-color:#3F0;
}